From 239777dc3c243f818ab52e3bf590c1722ccefb60 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Sun, 19 Oct 2008 17:34:47 +0000 Subject: [PATCH] Add docs for mmo format. --- gpsbabel/xmldoc/formats/mmo.xml | 18 ++++++++++++++++++ gpsbabel/xmldoc/formats/options/mmo-locked.xml | 11 +++++++++++ .../xmldoc/formats/options/mmo-visible.xml | 13 +++++++++++++ 3 files changed, 42 insertions(+) create mode 100644 gpsbabel/xmldoc/formats/mmo.xml create mode 100644 gpsbabel/xmldoc/formats/options/mmo-locked.xml create mode 100644 gpsbabel/xmldoc/formats/options/mmo-visible.xml diff --git a/gpsbabel/xmldoc/formats/mmo.xml b/gpsbabel/xmldoc/formats/mmo.xml new file mode 100644 index 000000000..4f06d3931 --- /dev/null +++ b/gpsbabel/xmldoc/formats/mmo.xml @@ -0,0 +1,18 @@ + + The 'mmo' format provides support for binary .mmo files used by the + Memory-Map Navigator software. + + + Our module was reverse engineered from a couple of .mmo files found + in the www. The results of the writing code have been tested with a current + Memory-Map Navigator trial ('Viewer') release. + + + Because of different file versions and sometimes slightly different file structure + we cannot ensure, that every .mmo file is loadable at this time. If you have one, + which causes errors, please provide it [mailto:gpsbabel-misc@lists.sourceforge.net]. + + + More information can be found at the + Memory-Map site. + diff --git a/gpsbabel/xmldoc/formats/options/mmo-locked.xml b/gpsbabel/xmldoc/formats/options/mmo-locked.xml new file mode 100644 index 000000000..f8dc245fd --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/mmo-locked.xml @@ -0,0 +1,11 @@ + + By default GPSBabel creates only 'un-locked' items. + + + Sample command to write an mmo file with 'locked' items: + + + + gpsbabel -i gpx -f in.gpx -o mmo,locked=y -F out.mmo + + diff --git a/gpsbabel/xmldoc/formats/options/mmo-visible.xml b/gpsbabel/xmldoc/formats/options/mmo-visible.xml new file mode 100644 index 000000000..a3ca5bdd6 --- /dev/null +++ b/gpsbabel/xmldoc/formats/options/mmo-visible.xml @@ -0,0 +1,13 @@ + + This option can be useful, if you want to convert a big file with a lot of entries. + By default GPSBabel creates only 'visible' items. + + + Sample command to write an mmo file with 'in-vsisible' items: + + + + gpsbabel -i gpx -f in.gpx -o mmo,visible=n -F out.mmo + + + -- 2.30.2